projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e77f3
)
(Cons Cells): Minor correction (the cdr of a dotted list is not
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 28 Jan 2006 22:28:38 +0000
(22:28 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 28 Jan 2006 22:28:38 +0000
(22:28 +0000)
necessarily a list).
lispref/lists.texi
patch
|
blob
|
history
diff --git
a/lispref/lists.texi
b/lispref/lists.texi
index 422c977184c62c609b1e83a42697b5a948196756..ef9220d2411d43a9a62da7e9f7ab7509632b75f6 100644
(file)
--- a/
lispref/lists.texi
+++ b/
lispref/lists.texi
@@
-82,7
+82,7
@@
the end of a list enter infinite loops if given a circular list.
@dfn{list structure} has come to mean any structure made out of cons
cells.
- The @sc{cdr} of any nonempty list @var{l} is a list containing all the
+ The @sc{cdr} of any nonempty
true
list @var{l} is a list containing all the
elements of @var{l} except the first.
@xref{Cons Cell Type}, for the read and print syntax of cons cells and